This is a hindcast test of the EcoVerse - a suite of algorithms to reduce bycatch while maximizing target catch in near real-time. The hindcast was run between 1997-10-01 and 1997-11-31 (lots of swordfish catches), 2003-04-01 and 2003-04-30 (lots of lbst tracking points), 2005-08-01 and 2005-11-31 (lots of tracking points for all species), and all dates with leatherback bycatch events.
Additionally, a random point hindcast was conducted, consisting of 1700 random points between across the same date ranges as the real data. At each random point, all algorithm values were compared to all species habitat suitabilities.
Histograms of predicted habitat suitability at species presences
How the Marxan algorithm works
Marxan attempts to solve a min set cover problem, i.e. what is the minimum set of planning units (here 10x10 pixels) needed to meet targets for conservation features while minimizing costs.
-targets: the species weightings
-conservation features: the bycatch species and the inverse of swordfish
-costs: total area (the impact of cost here is minimized as far as possible: we’re not trying to design compact protected areas)
How Marxan is run in EcoMarxan
Species habitat suitability layers (HSL) are input into Marxan with the three bycatch species and inverted swordfish as conservation features. The species weightings used to set targets for the conservation features (e.g. blsh = .4 —> protect 40% of blsh habitat). Because we are trying to avoid swordfish habitat, swordfish is inverted (subtracted from 1), such that where swor equaled .1, it now equales .9. Marxan will try to maximize protected “highly suitable” swordfish habitat, which is in actually areas that are most unsuitable pre inversion.
For a given day, Marxan is run 1000 times to create an output of selection frequency, i.e. the number of times / 1000 each pixel was selected for a solution.
Two algorithms were tested:
1. EcoROMS original - species habitat suitability layers (HSL) are weighted, summed, and then normalized between -1 and 1
2. Marxan raw - the raw selection frequency output (0-1000) rescaled to (-1,1)
Weightings in this run were select to emphasize avoiding leatherbacks as much as possible, high swordfish avoidance, keeping all other species weightings neutral. EcoROMS weightings: -0.1,-0.1,-0.05,-2.5,2.5 ; and Marxan weightings: -0.1,-0.1,-0.05,-0.4,0.4
namesrisk<-c(“Blue shark bycatch”,“Blue sharks”,“Sea lions”,“Leatherbacks”,“Swordfish”)
From 1995-09-11
Algorithm values at historical records
Habitat suitability layers vs algorithm solutions
Habitat suitability layers vs algorithm solutions